* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: normal;
}

table,
th,
td {
    vertical-align: middle
}

html {
    overflow-x: hidden !important;
}

body,
body * {
    font-family: Arial, Helvetica, sans-serif;
}

/* 滚动条 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #910105;
}

/* 首页头部 */
.head1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
    border-bottom: 1px solid rgba(180, 180, 180, .15);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.xymob-head {
    display: none;
}

.headbox {
    display: flex;
    justify-content: space-between;
    width: 95.3%;
    height: 100%;
    margin: 0 auto;
}

.head1 .row {
    align-items: center;
    justify-content: space-between;
}

.head1 .logo {
    display: flex;
    align-items: center;
}

.head1 .logo img {
    max-width: 80%;
}

.head1 .pcnav {
    display: flex;
    width: 70%;
}

.head1 .pcnav>.firUl {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.head1 .pcnav>.firUl .p_navItem1 {
    width: 10%;
    position: relative;
}

.head1 .pcnav>.firUl .p_navItem1:first-child {
    padding-left: 0;
}

.head1 .pcnav>.firUl>.p_navItem1 .navCon {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: relative;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none;
}

.head1 .pcnav>.firUl>.p_navItem1 .firA {
    display: block;
    height: 100%;
    line-height: 80px;
    color: #333;
    font-size: 0.94vw;
    position: relative;
}

.head1 .pcnav>.firUl>.p_navItem1 .firA::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #910105;
    content: "";
    transition: all 0.6s;
}

.head1 .pcnav>.firUl>.p_navItem1:hover .firA::after,
.head1 .pcnav>.firUl>.p_navItem1.act .firA::after {
    width: 100%;
}

.head1 .pcnav>.firUl>.p_navItem1:first-child .firA {
    margin-left: 0;
}

.head1 .pcnav>.firUl>.p_navItem1:last-child .firA {
    margin-right: 0;
}

.txt_re {
    display: flex;
}

.txt_re .re1 {
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
}

.txt_re .re1::before {
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.txt_re .re1::after {
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(20, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.txt_re .re1 a {
    display: block;
    color: #333;
    margin: 0 10px;
}

.p_navBox1 * {
    transition: none;
}

.p_navBox1 .p_navItem1 .navCon {
    margin-bottom: 0;
    display: flex;
    position: relative;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none;
}

.p_level2Box {
    display: none;
    height: auto;
    padding: 0px 0;
    background: #f3f7fa;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 101%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.p_level2Box .p_level2Item {
    position: relative;
    width: 100%;
}

.p_level2Box .p_level2Item p {
    margin-bottom: 0;
}

.p_level2Box .p_level2Item a {
    font-size: 15px;
    padding: 10px 20px;
    line-height: 25px;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all ease .3s;
    color: #4a4a4a;
}

.p_level2Box .p_level2Item a:hover {
    opacity: 1;
    background: #910105;
    color: #fff !important;
}

footer {
    background: #7d6335;
}

.foot {
    padding: 0 8vw;
}

.foot .foot1 .divp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.94vw;
    color: #fff;
    border-bottom: #fff 1px solid;
    padding: 2% 0 1%;
    overflow: hidden;
}

.foot .foot1 .divp .footlogo img {
    max-width: 80%;
}

.foot .foot1 .divp span {
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.foot .foot1 .divp span a {
    color: #fff;
    font-size: 0.94vw;
}

.foot .foot2 {
    padding: 2% 0 1.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .foot2 .left {
    width: 60%;
    overflow: hidden;
}

.foot .foot2 .left p {
    font-size: 0.94vw;
    color: #fff;
    margin: 2.5% 0;
}

.foot .foot2 .left p:first-child {
    margin-top: 0;
}

.foot .foot2 .left p:last-child {
    margin-bottom: 0;
}

.foot .foot2 .left p img {
    vertical-align: middle;
    margin-right: 15px;
    max-width: 100%;
}

.foot .foot2 .right {
    width: 9%;
    text-align: right;
}

.foot .foot2 .right img {
    max-width: 80%;
}

.foot .foot3 {
    padding: 1vw 0;
    border-top: #fff 1px solid;
    font-size: 0.85vw;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.foot .foot3 .co {
    display: flex;
    align-items: center;
}

.foot .foot3 .co a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    margin-left: 15px;
}

.foot .foot3 .dropdown {
    position: relative;
    display: inline-block;
}

.foot .foot3 .dropdown-toggle {
    background: #910105;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.foot .foot3 .dropdown-toggle:hover {
    background: #7e0306;
}

.foot .foot3 .dropdown-toggle::after {
    content: "▼";
    margin-left: 8px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.foot .foot3 .dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.foot .foot3 .dropdown-menu {
    position: absolute;
    left: 50%;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
    z-index: 1001;
}

.foot .foot3 .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.foot .foot3 .dropdown-menu.up {
    bottom: 100%;
    margin-bottom: 10px;
}

.foot .foot3 .dropdown-menu.down {
    top: 100%;
    margin-top: 10px;
}

.foot .foot3 .dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s;
}

.foot .foot3 .dropdown-menu a:hover {
    background: #f8f9fa;
}

.foot .foot3 .dropdown-menu a:last-child {
    border-bottom: none;
}

.foot .foot4 {
    padding: 1vw 0 1.5vw 0;
}

.foot .foot4 ul {
    display: flex;
    align-items: center;
}

.foot .foot4 ul li a {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    width: fit-content;
    padding: 0.8vw 1.2vw;
    font-size: 0.95vw;
    font-weight: 500;
    margin-right: 1vw;
    line-height: 1;
    transition: all .3s;
}

.foot .foot4 ul li:last-child a {
    margin-right: 0;
}

.bg {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_top .lf .title {
    color: #564040;
    position: relative;
    padding-left: 3vw;
    font-size: 1.5vw;
    font-weight: 500;
}

.sec_top .lf .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2vw;
    height: 5px;
    background: #564040;
}

.sec_top .lf .entitle {
    color: #797979;
    padding-left: 3vw;
    font-size: 0.94vw;
    margin-top: 0.3vw;
}

.btn a {
    display: block;
    color: #333;
    font-size: 0.8vw;
    font-weight: 500;
    width: 8vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    border: 1px solid #999;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #910105;
    transition: width .3s;
    color: #fff !important;
    will-change: width;
    z-index: -1;
}

.btn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 0;
    height: 100%;
    background-color: #910105;
    transition: width .3s;
    will-change: width;
    z-index: -1;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}

.pagination a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0.5rem;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #910105;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
}

.pagination a:first-child {
    margin-left: 0;
}

.pagination a:hover {
    color: #910105;
    background-color: rgba(145, 1, 5, 0.05);
    border-color: #910105;
    box-shadow: 0 2px 5px rgba(145, 1, 5, 0.25);
}

.pagination a.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #910105;
    border-color: #910105;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(145, 1, 5, 0.3);
}

.pagination a:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(145, 1, 5, 0.25);
}

.pagination .hide {
    display: none;
}

.sj {
    text-align: center;
}